You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxExpression Class > TMtxExpression Methods > TMtxExpression.Undefine Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxExpression.Undefine Method

Removes symbol from defined symbols.

Syntax
C#
Visual Basic
public bool Undefine([In] string AName);
Parameters 
Description 
[In] string AName 
Defines the name of removed symbol. 

True, if removing symbol AName was successful.

Note: Any variables, constanst, functions and operators may be undefined.

using Dew.Math; using Dew.Math.Units; namespace Dew.Examples() { void Example(TMtxExpression myParser) { bool success = myParser.Undefine("x"); } }
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!